C#
VB
Java
C++
Initializes a new UnWarpCommand class object with inputPoints values.
public UnWarpCommand(
LeadPoint[] inputPoints
)
Public Function New( _
ByVal inputPoints() As Leadtools.LeadPoint _
)
public UnWarpCommand(ArrayList<LeadPoint> inputPoints)
public:
UnWarpCommand(
Leadtools.array<LeadPoint>^ inputPoints
)
inputPoints
An array of LeadPoint structures that represent the points used for input of the distorted image.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET